@charset "utf-8";

/* CSS Document */

body {
    font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    height: 100%;
    min-width: 1260px;
    background: #fff;
    max-width: 100%;
    overflow: auto;
    color: #666;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #333;
    outline: none;
}

ul,
p,
dl,
dt,
dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0px;
    margin: 0px;
}

input {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input {
    background: transparent;
    padding: 0px;
    font-size: 14px;
    color: #888;
    border: 0px;
    outline: none;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}


/*清除浮动*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}


/************全局样式************/

.fl {
    float: left;
}

.fr {
    float: right;
}

/************************图片样式***********************/
img {
    border: 0px;
    vertical-align: middle;
}

/*图片居中*/
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}
/*图片自适应*/
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}
/*鼠标放上图片放大*/
.avatar {
    display: block;
    overflow: hidden;
    width: 100%;
}

.avatar img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.avatar:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
}


/*文字超出隐藏*/

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dot2 {
    display: -webkit-box;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/**/

.wal {
    width: 1200px;
    margin: 0px auto;
}


.dflex { display: flex;}
.dflex_center { display: flex; align-items: center; justify-content: center;}
.dflex_start { display: flex; align-items: center; justify-content: flex-start;}
.dflex_end { display: flex; align-items: center; justify-content:flex-end;}
.dflex_stretch { display: flex;justify-content: center;align-content: center; align-items: stretch;}
.dflex_space-between { display: flex; align-items: center; justify-content: space-between;}

/*顶部导航*/

.headDiv {
    height: 100px;
    width: 100%;
    z-index: 9999;
    border: 1px solid #f1f1f1;

}

.headDiv .wal {
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headDiv .logo {
    height: 100px;

    display: flex;
    align-items: center;
}

.headDiv .logo b {
    font-size: 24px;
    color: #333;
}

.nav {
 
    height: 100px;
 
}

.nav li {
    float: left;
    position: relative;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    margin-left: -1px;

}

.nav ul li:last-of-type:after{content: "";}
.nav a:hover, .nav li:hover > a {
  
    color: #0F3066;
	
  }
.nav ul li a {
    display: block;
    float: left;
    height:100px;
    line-height: 100px;
    padding: 0 20px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #333;
    
}
.nav ul li:hover .ejxl{ display: block; }
/* 二级菜单 */
.ejxl{background-color: #fff;z-index: 999;  opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-top: 4px solid #0F3066;
    position: absolute;
    top:100%;
    left:-20%;
    width:calc(160% - 20px);
}
.nav li .ejxl li{margin:0 auto ;display: block; padding:0; width: 100%; border: none;}
.nav li .ejxl li:after { content: ""; position: relative; } 
.nav li .ejxl li a{display: block;color:#666;font-size: 15px;height:45px;line-height:45px; padding: 0; width:100%; 
    text-align: center; }
.nav li .ejxl a:hover{background: #0F3066; color: #fff;}
.nav li:hover .ejxl {
  
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .header_phone {    height:100px;
    line-height: 100px; text-align: center;  }
  .header_phone b{ color:#000;   font-size: 20px; 
    font-weight:700; margin-top:0;  display: block;}

/*导航菜单 end*/

/*首页banner图*/
#banner .swiper {
	width: 100%;
	height: 100%;
    position: relative;
}

#banner .swiper-slide {
	background-position: center;
	background-size: cover;
    position: relative;
}

#banner .swiper-slide img {
	display: block;
	width: 100%;
  

}
#banner .swiper-button {
	position:absolute;
	top:60%;
	transform:translateY(-50%);
	text-align:center;
	color:#fff;

	cursor:pointer;
	overflow:hidden;
	z-index:10;

	transition:all .5s ease;
	outline: none;
    opacity: 0;

}
#banner:hover .swiper-button {
	opacity: 1;

}

.btn-prev {
	left:8%;
}

.btn-next {
	right:8%;
}
#banner:hover .btn-prev {left:5%;}
#banner:hover .btn-next {right:5%;}
#banner .swiper-pagination-bullet {
	position: relative;
	margin: 0 8px!important;
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	z-index: 10;
	border-radius: 100%;
	outline: none;
    background: #fff;
    opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
	background:#fff;
}

#banner .swiper-pagination-bullet-active {
    background-color: #0F3066;
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}
.banner_txt {
  position: absolute;
  top:35%;
  left:19%;
  z-index: 10;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.banner_txt p{ font-size:36px;   color: rgba(255, 255, 255, 1);  text-shadow: none;}
.banner_txt b{ display: block;font-size:42px; color: #fff; margin: 30px 0;  text-shadow: none;}  
.banner_txt span{ color: #fff; font-size: 30px; display: block;text-shadow: none;}
.banner-more { display: block; width: 130px; letter-spacing: 1px; margin-top: 20px; height: 38px; line-height: 38px; text-align: center; color: #fff; border: 1px solid #fff; border-radius: 38px; text-shadow: none;}
.banner-more:hover { background: rgba(255, 255, 255, 0.3); color: #fff;}
.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;}
.banner-more:hover::after{  margin-left: 13px;}

/*首页banner图 end*/
/* 简介*/
.about{padding: 50px 0; }
.main_title { margin-bottom: 20px; font-size: 40px;color: #333;text-align: center;height: 60px;line-height: 60px;overflow: hidden;  display: block; background: url(../images/line.png) no-repeat bottom; padding-bottom: 10px;}
.about-tit{font-size: 16px;color: #666;margin-top: 15px;line-height: 30px;}
.about-txt{padding: 30px 0 0; }
.about-list { display: flex; justify-content: space-between; flex-wrap: wrap;}
.about-list .txt { width: 180px;}
.about-list li:nth-child(2) .txt,.about-list li:nth-child(4) .txt { width: 160px;}
.about-list .tb {margin-bottom: 20px; }
.about-list .tb img { height: 30px;}
.about-list li{  margin-top: 20px; font-size:17px;float:left;height:100px;color:#666;-webkit-transition:transform .3s;transition:transform .3s; display: flex; align-items: flex-end; justify-content: flex-start;}
.about-list li b{line-height: 50px; font-weight: normal; width: 50%; }
.about-list li span{display:block; padding:10px ;}
.about-list li i{font-size: 50px;color: #272727; font-weight: bold; padding-right: 4px;}
.about-list li:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}
.about-list li.nobor{background: none;}
.about-box { display:flex; align-items: center; justify-content: space-between; margin-top: 30px;}
.about-box .about-tit { flex: 1; margin-right: 30px;}
.about-box .about-tit p{ line-height: 28px; margin: 10px 0; font-size: 16px;}
.about-box .about-tu { flex: 1; margin-left: 30px;}
.ab-more { display: block; width: 150px; letter-spacing: 1px; margin-top: 20px; height: 45px; line-height: 45px; text-align: center; color: #fff; border: 1px solid #0F3066; background: #0F3066; border-radius: 38px; text-shadow: none;}
.ab-more:hover { color: #fff;}
.ab-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;}
  .ab-more:hover::after{  margin-left: 13px;}
/* 产品 */
.product { background: url(../images/bg1.jpg) no-repeat; padding: 60px 0; margin-top: 50px;}

.pro_nav b { font-size: 32px;}
.pro_nav p { line-height: 24px; margin: 10px 0;}
.pro_nav ul { margin: 40px 0; display: flex; justify-content: space-between; flex-wrap: wrap; }
.pro_nav li {width: 20%; }
.pro_nav li a{  line-height: 55px; display: block; border: 1px solid rgba(255,255,255,.5);   margin: 5px ; color: #fff; font-size: 20px; text-align: center; font-weight: bold;
        -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;}
.pro_nav li a:hover { background: #DA0502; border: 1px solid #DA0502;}
.pro-list {
    width: 100%;
  
    margin-top: 20px;
  }
  .prone { margin-top: 30px;}
      .prone .swiper-wrapper { padding-bottom:70px;}
  .prone .swiper-slide img {
      display: block;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      transition: all .3s;
  }
  .prone .swiper-slide span{ overflow: hidden; display: block;}
  .prone .swiper-slide p {
    background: rgba(153,153,153, .5);
      color: #fff;
      font-size: 16px;
      text-align: center;
      line-height: 40px;
      padding: 10px;
  }
  .prone .swiper-slide:hover p {
      background-color: #999;
      color: #fff;
     
  }
  .prone .swiper-slide:hover img {
    transform: scale(1.1);
  }
  .prone .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 10px;
  }
  .prone .swiper-pagination-clickable .swiper-pagination-bullet {
      cursor: pointer;
  }
  .prone .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      display: inline-block;
      border-radius: 100%;
      background: #000;
      opacity: .2;
  }
  
  .prone .swiper-pagination-bullet-active {
      opacity: 1;
      background: #0F3066;
  }
/**/
.ys {  background:#f1f1f1 url(../images/bg2.png) no-repeat center; padding: 60px 0; margin-top: 50px; }
.ys-box {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    flex-wrap: wrap;

    padding:0;


}

.ys-box li{position:relative;overflow:hidden; width:calc( 50% - 20px); margin: 10px;  }
.ys-box li a{display:block; }
.ys-box em{ font-size:20px; margin:0; padding:0;font-style: normal; display: block; text-align: center; color: #fff; }
.ys-box li .img_cont img{ transition: all .5s; width:100%;}
.ys-box li .cont_box{ color:#fff;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	transition:all 0.5s; -webkit-transition:all 0.5s;
}

.ys-box li .cont_tit{

	position:absolute;
	z-index:1;
    background: rgba(0, 0, 0, 0.3);
	left:0;
    right: 0;
    bottom: 0;
    top:0;
    

}

.ys-box li .cont_tit b{font-size:18px;margin-top:45px;display: block;  padding:0 30px; font-size:30px;}
.ys-box li .cont_tit p {padding:20px 30px; font-size: 17px; line-height: 32px;}
.ys-box li .more{ text-align: center; color: #fff; margin-top: 15px; }
.ys-box li:hover .img_cont img { transform: scale(1.1);}
.ys-box li:hover .cont_tit { background: rgba(15,48,102, 0.7);}
/* 合作伙伴 */
.hzhb { margin-top: 50px;}
.hzhb-list { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 40px 0;}
.hzhb-list a { display: block; width: calc(25% - 20px); margin:20px  10px; text-align: center; transition: all .3s; }
.hzhb-list a img { border: 1px solid #f1f1f1; width:100%;}
.hzhb-list a p { line-height: 32px;}
.hzhb-list a:hover { margin-top: 10px;}
/*新闻*/
.news_box{ margin-top: 50px; background: #f1f1f1 url(../images/bg3.png) no-repeat bottom; padding: 60px 0; }
.news{ display: flex;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    margin-top: 20px;
  
  }
  .news_left {
    flex: 2;
    margin-top: 30px;
  }
  
  .news_left  a {
    display: block;
  
  }
  .news_left span{ overflow: hidden; display: block;}
  .news_left p {
    line-height: 26px;
    font-size: 14px;
    text-align: left;
    color: #666;
  }
  
  .news_left a:hover b ,.news_left a:hover .newscon p{ color: #0F3066;}
  .news_left img{ transition: all 0.3s ;}
  .news_left a:hover img {transform: scale(1.1); transition: all 1s ease 0s; -webkit-transform: scale(1.1);  }
  .news-cont { margin-top: 20px; }
  .news-cont  b {
    padding-bottom: 10px;
    font-size: 18px;
    color: #333;
    display: block;
  
  }
  .news-cont  p {
  
    text-align: left;
    line-height: 24px;
    font-size: 14px;
  }
  #news-list {  flex: 3;
      margin-left: 20px;}
      
  #news-list a { display:flex; align-items:center; justify-content: center; margin:50px 0 }
  
  .day {
    color: #666;
    flex: 1;
    height: 70px;
    margin: 7px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  
  }
  .newscon {
    flex: 4;
    padding-left: 40px;
    border-left: 1px solid #dedede;
  }
  
  .news-more{
      margin-top: 30px;
      transition: all .3s;
  }
  .newscon b {
    padding-bottom: 10px;
    font-size: 16px;
    color: #333;
    display: block;
  
  }
  .newscon p {
  
    text-align: left;
    line-height: 24px;
    font-size: 14px;
  }
  
  .day span {
    font-size: 24px;
    width: 100%;
    color: #333;
    text-align: center;
    font-weight:bold;
  }
  .day p{ width: 100%;	text-align: center;}
  
  #news-list a:hover .day span { color: #0F3066;}
  #news-list a:hover .newscon b { color: #0F3066;}
  #news-list a:hover .news-more { padding-left: 30px;}
  .more{width:158px;height:46px;border:#0F3066 solid 1px;margin:30px auto;font-size:16px; transition: all .3s;} 
  .more a{display:block; color: #0F3066;}
  .more a span{display:block;float:left;text-indent:24px; line-height:46px;transition: all .3s;}
  .more a i{ background: #0F3066; color: #fff;float:right;display:block;font-family:宋体;width:46px;height:46px;font-size:20px;font-weight:600;border-left:#0F3066 solid 1px; line-height:46px;text-align:center;}
  .more a:hover i{ background: #DA0502; color: #fff;}
  .more:hover {border:#DA0502 solid 1px;}
  .more a:hover span { color: #DA0502;}
  .more a:hover i {border-left:#DA0502 solid 1px; }

/*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 45px;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    background:#0F3066;
    font-size: 26px;
 
}


/*底部footer*/
.footer {
    background:url(../images/ftbg.jpg) no-repeat;

}

.foot {
    padding: 60px 0;

}

.foot b {
    font-size: 22px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-bottom: 32px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,.2);

}

.foot span {
    color: #fff;
    font-size: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid #fff;

   
}
.foot .ft-nav { width: 30%; padding-right:13%;}
.foot .ft-nav ul { display: flex; flex-wrap: wrap; }
.foot .ft-nav li {

    margin-bottom:10px;
    width: 50%;


}

.foot .ft-nav li a {
    font-size: 15px;
    display: block;
    color: #fff;
}
.foot .ft-nav li a:hover {color: #DA0502;}
.foot .ft-contact { width: 35%;padding-right:12%;}

.foot .ft-contact p {
    width: 100%;
    color: #fff;
    font-size: 15px;
    margin-bottom:10px;
}


.foot .ewm{ margin-top:55px; width: 10%; display: flex; justify-content: space-between;}
.foot .ewm img { max-width: 110px;}
.foot .ewm p { margin-top: 10px; text-align: center; color: #fff;}
.copyright {
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.2);
}

.copyright a {
    color: #fff;
}